* @package timesheet * @copyright (c) 2005 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id: index.php 22356 2006-08-26 16:32:29Z ralfbecker $ */ $phpgw_flags = Array( 'currentapp' => 'resources', 'noheader' => True, 'nonavbar' => True, 'noappheader' => True, 'noappfooter' => True, 'nofooter' => True ); $GLOBALS['phpgw_info']['flags'] = $phpgw_flags; include('../header.inc.php'); ExecMethod('resources.uiresources.index',$parms); $GLOBALS['phpgw']->common->phpgw_exit(); ?>